From 840017de49d27afd72777907064ff2efdd6fdd69 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Tue, 19 Sep 2017 15:27:36 -0500 Subject: [PATCH] Move CSVFMTS_ENABLED to more accurately bracket it when disabled. --- csv_util.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csv_util.cc b/csv_util.cc index 9fe3d117d..63a48114c 100644 --- a/csv_util.cc +++ b/csv_util.cc @@ -154,6 +154,7 @@ in_word_set(register const char* str, register unsigned int len); #include "xcsv_tokens.gperf" #undef register +#if CSVFMTS_ENABLED /****************************************************************************/ /* obligatory global struct */ /****************************************************************************/ @@ -161,7 +162,6 @@ in_word_set(register const char* str, register unsigned int len); extern char* xcsv_urlbase; extern char* prefer_shortnames; -#if CSVFMTS_ENABLED XcsvFile xcsv_file; static double pathdist = 0; static double oldlon = 999; -- 2.30.2